net/http.http2serverConn.bw (field)

6 uses

	net/http (current package)
		h2_bundle.go#L4488: 		bw:                          http2newBufferedWriter(s.group, c, conf.WriteByteTimeout),
		h2_bundle.go#L4538: 	fr := http2NewFramer(sc.bw, c)
		h2_bundle.go#L4630: 	sc.bw.Flush()
		h2_bundle.go#L4639: 	bw               *http2bufferedWriter // writing to conn
		h2_bundle.go#L4752: func (sc *http2serverConn) Flush() error { return sc.bw.Flush() }
		h2_bundle.go#L5384: 	if wr.write.staysWithinBuffer(sc.bw.Available()) {